repo.or.cz
/
cyberduck.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Attach source and documentation.
[cyberduck.git]
/
Spotlight Importer
/
Makefile
blob
ac659b994a74fb45a8a4b13bc09adf8117be0f39
1
BUILD_DIR
=
build
2
BUILDSTYLE
=
Release
3
PROJECT
=
Spotlight\ Importer.xcodeproj
4
5
default
:
6
xcodebuild
-
project
$(
PROJECT
) -
configuration
$(
BUILDSTYLE
)
7
8
release
:
default
9
10
clean
:
11
rm
-
rf
$(
BUILD_DIR
)